PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / getLineHeight Method
In This Topic
    getLineHeight Method
    In This Topic
    Gets the line height.
    The value -2 means "Normal" (Adjust the line height to include any non-zero value specified for ), the value -1 means "Auto" (Adjustment for the value of shall not be made).
    Syntax
    public double getLineHeight()

    Return Value

    The element's preferred height, measured in default user space units in the block-progression direction.
    See Also